[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   XPdosValue()
   returns the current DOS version as a number
------------------------------------------------------------------------------

   Function:   XPdosValue()

               returns the current DOS version as real number, could be
               used instead of XPdosMinor() and XPdosMajor(). XPdosValue()
               is in fact XPdosMajor() + (XPdosMinor()/100).

   Syntax:     XPdosValue() --> nVersion

   Arguments:  None

   Returns:    A number representing the DOS version.

   Usage:      if XPdosValue() < 3.30
                        ? 'Need DOS 3.30+ to Run, Sorry.'
                        QUIT
               End

See Also: XPdosMajor() XPdosMinor() XPdosVersion()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson